type vendor/golang.org/x/crypto/chacha20poly1305.chacha20poly1305

12 uses

	vendor/golang.org/x/crypto/chacha20poly1305 (current package)
		chacha20poly1305.go#L35: type chacha20poly1305 struct {
		chacha20poly1305.go#L44: 	ret := new(chacha20poly1305)
		chacha20poly1305.go#L49: func (c *chacha20poly1305) NonceSize() int {
		chacha20poly1305.go#L53: func (c *chacha20poly1305) Overhead() int {
		chacha20poly1305.go#L57: func (c *chacha20poly1305) Seal(dst, nonce, plaintext, additionalData []byte) []byte {
		chacha20poly1305.go#L71: func (c *chacha20poly1305) Open(dst, nonce, ciphertext, additionalData []byte) ([]byte, error) {
		chacha20poly1305_amd64.go#L50: func (c *chacha20poly1305) seal(dst, nonce, plaintext, additionalData []byte) []byte {
		chacha20poly1305_amd64.go#L66: func (c *chacha20poly1305) open(dst, nonce, ciphertext, additionalData []byte) ([]byte, error) {
		chacha20poly1305_generic.go#L30: func (c *chacha20poly1305) sealGeneric(dst, nonce, plaintext, additionalData []byte) []byte {
		chacha20poly1305_generic.go#L53: func (c *chacha20poly1305) openGeneric(dst, nonce, ciphertext, additionalData []byte) ([]byte, error) {
		xchacha20poly1305.go#L55: 	c := new(chacha20poly1305)
		xchacha20poly1305.go#L77: 	c := new(chacha20poly1305)